Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Jul 2007 15:55:58 +0000 (15:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 2 Jul 2007 15:55:58 +0000 (15:55 +0000)
svn path=/trunk/; revision=18342

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkbuilder.sgml

index 6f235266e7c74781193d85a6ed8905f09dc6d07a..64a13c8e61af52cdfe48145849913dbde274aba9 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkbuilder.sgml: Add detail about
+       ordering constraints of construct-only object properties
+
 2007-07-02  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/tmpl/gtkbuilder.sgml: Updates
index 4e291fc67b4092cc17e3e32c1ba8605164f3156d..dc41a0b2a9c6b68e127b6bbebc21734d4c6b539e 100644 (file)
@@ -116,8 +116,10 @@ name, nick or integer value), flags (can be specified by their name,
 nick, integer value, optionally combined with "|", e.g. 
 "GTK_VISIBLE|GTK_REALIZED")  and colors (in a format understood by 
 gdk_color_parse()). Objects can be referred to by their name. 
-GtkBuilder allows forward references to objects &mdash; an object 
-doesn't have to constructed before it can be used as a property value. 
+In general, GtkBuilder allows forward references to objects &mdash; 
+an object doesn't have to constructed before it can be referred to.
+The exception to this rule is that an object has to be constructed
+before it can be used as the value of a construct-only property. 
 </para>
 <para>
 Signal handlers are set up with the &lt;signal&gt; element.